home *** CD-ROM | disk | FTP | other *** search
- # site-specific parameters for file system backup.
-
- # User name of administrator of backups.
- ADMINISTRATOR=pierce
-
- # Hour at which backups are normally done.
- # This should be a number from 0 to 23.
- BACKUP_HOUR=1
-
- # Device to use for dumping. It should be on the host
- # on which the dump scripts are run.
- FD_FILE=/IncBackup
-
-
- # Blocking factor to use for writing the dump.
- BLOCKING=20
-
- # Largest size in KB that a file can be on the floppy disk.
- # This should be at least 10 smaller than the number shown in
- # a df of the disk after it has been initialized.
- FD_SIZE=2600
-
- # List of file systems to be dumped.
- # Actually, any directory may be used,
- # but if it has subdirectories on other file systems,
- # they are not included.
-
- # The host name specifies which host to run tar on.
- # It should normally be the host that actually has the file system.
- # If GNU tar is not installed on that machine,
- # then you can specify some other host which can access
- # the file system through NFS.
- # Although these are arranged one per line, that is not mandatory.
- # It does not work to use # for comments within the string.
- BACKUP_DIRS=
- # cantrell:/pierce
- # cantrell:/usr/local
- # cantrell:/usr/man/manl
- # cantrell:/private
- # cantrell:/NextApps/Mathematica.app
- # cantrell:/NextLibrary/Documentation/NextDev
- # cantrell:/LocalLibrary
- # cantrell:/LocalApps"
-
- # List of individual files to be dumped.
- # These should be accesible from the machine on which the dump is run.
- BACKUP_FILES="/pierce /usr/local /usr/man/manl /private/etc /private/spool/lpd /NextApps/Mathematica.app /NextLibrary/Documentation/NextDev/NextStep /NextLibrary/Documentation/NextDev/SndMusicDSP /NextLibrary/TeX/tex /LocalLibrary/NeXTanswers /LocalApps /backup /usr/lib/tex/inputs"
-
-